home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
nome1.dir
/
00033_Script_33
< prev
next >
Wrap
Text File
|
1983-02-08
|
560b
|
19 lines
on exitFrame
SET THE TEXT OF CAST 15 TO "--------"
global filexx,strada
set filexx=fileio(mnew,"read",strada&the text of cast 21&".ini")
if objectp(filexx) then
set the text of cast 100 to string(filexx(mReadFile))
filexx(mDispose)
end if
set xxx=1
repeat while xxx< (the number of lines of the text of cast 100)+1
set lung=the number of chars of (line xxx of the text of cast 100)
set the text of cast 17 to the text of cast 17 & return & chars(line xxx of the text of cast 100,1,lung)
set xxx=xxx+1
end repeat
pause
end